ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / IndexCollection<T> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (IndexCollection<T>)
    In This Topic
    Returns an enumerator that iterates through the IndexCollection<T>.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of IIndexScanner(Of T))
    public override System.Collections.Generic.IEnumerator<IIndexScanner<T>> GetEnumerator()
    See Also